From 15b24a000db8f6fd74e79b46934eb144dcf42109 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 4 Jun 2021 01:53:12 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- gdk/gdkmemorytexture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/gdkmemorytexture.h b/gdk/gdkmemorytexture.h index 0f0292f422..b9f1f21282 100644 --- a/gdk/gdkmemorytexture.h +++ b/gdk/gdkmemorytexture.h @@ -53,8 +53,8 @@ G_BEGIN_DECLS * CAIRO_FORMAT_ARGB32 is represented by different `GdkMemoryFormats` * on architectures with different endiannesses. * - * Its naming is modelled after VkFormat (see - * + * Its naming is modelled after + * [VkFormat](https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VkFormat) * for details). */ typedef enum { -- 2.30.2